home *** CD-ROM | disk | FTP | other *** search
Wrap
  Icon Inherits from: Graphic _____________________________________________________   name *204* Type: string Description: Used by the primitive find-item to find an «Icon» by name. _____________________________________________________   owner *204* Type: Window Constraints: Not settable. Description: If «Icon» is a member of item list of an active «Window», then the value of this attribute is that «Window»; otherwise it is NULL. _____________________________________________________   active? *204* Type: boolean Constraints: Not settable on default. Description: «Icon» responds to clicks only if the value of this attribute is TRUE. _____________________________________________________   visible? *204* Type: boolean Description: «Icon» is displayed in the owning «Window» if and only if the value of this attribute is TRUE. Side effects: Setting causes «Icon» to be redrawn in the owning «Window». _____________________________________________________   move? *205* Type: boolean Description: The location of «Icon» is changed relative to the size of the owning «Window» if and only if the value of this attribute is TRUE. _____________________________________________________   grow? *205* Type: boolean Description: The size of «Icon» is changed relative to the size of the owning «Window» if and only if the value of this attribute is TRUE. _____________________________________________________   location *205* Type: Point Description: The location of the upper left corner of «Icon» in owning «Window». Side effects: Setting causes «Icon» to be redrawn. _____________________________________________________   size *205* Type: Point Description: Offset of lower right corner of «Icon» from upper left corner. Side effects: Setting causes «Icon» to be redrawn. _____________________________________________________   balloon *205* Type: list Description: Balloon Help information; format varies with the type (Prograph string or 'STR ', 'STR#', 'TEXT' or 'PICT' resource) of Balloon Help. _____________________________________________________   click method *206* Type: string Description: The name of the method called when a click occurs on the «Icon». «Icon» responds to clicks only if the value of click method is a nonempty string. Method inputs: <owning «Window»>, «Icon», <EventRecord of click> _____________________________________________________   rsrc record *206* Type: ABlock@@ Constraints: Not settable. Description: Icon resource. _____________________________________________________   rsrc number *206* Type: Integer Description: The ID number of the resource in the resource fork of the file. Side effects: Setting causes «Icon» to be redrawn.